RegionCode

enum RegionCode : ProtocolMessageEnum

Protobuf enum meshtastic.Config.LoRaConfig.RegionCode

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val ANZ_433_VALUE: Int = 22

Australia / New Zealand 433MHz
ANZ_433 = 22;
Link copied to clipboard
val ANZ_VALUE: Int = 6

Australia / New Zealand
ANZ = 6;
Link copied to clipboard
val BR_902_VALUE: Int = 26

Brazil 902MHz
BR_902 = 26;
Link copied to clipboard
val CN_VALUE: Int = 4

China
CN = 4;
Link copied to clipboard
val EU_433_VALUE: Int = 2

European Union 433mhz
EU_433 = 2;
Link copied to clipboard
val EU_868_VALUE: Int = 3

European Union 868mhz
EU_868 = 3;
Link copied to clipboard
val IN_VALUE: Int = 10

India
IN = 10;
Link copied to clipboard
val JP_VALUE: Int = 5

Japan
JP = 5;
Link copied to clipboard
val KR_VALUE: Int = 7

Korea
KR = 7;
Link copied to clipboard
val KZ_433_VALUE: Int = 23

Kazakhstan 433MHz
KZ_433 = 23;
Link copied to clipboard
val KZ_863_VALUE: Int = 24

Kazakhstan 863MHz
KZ_863 = 24;
Link copied to clipboard
val LORA_24_VALUE: Int = 13

WLAN Band
LORA_24 = 13;
Link copied to clipboard
val MY_433_VALUE: Int = 16

Malaysia 433mhz
MY_433 = 16;
Link copied to clipboard
val MY_919_VALUE: Int = 17

Malaysia 919mhz
MY_919 = 17;
Link copied to clipboard
val NP_865_VALUE: Int = 25

Nepal 865MHz
NP_865 = 25;
Link copied to clipboard
val NZ_865_VALUE: Int = 11

New Zealand 865mhz
NZ_865 = 11;
Link copied to clipboard
val PH_433_VALUE: Int = 19

Philippines 433mhz
PH_433 = 19;
Link copied to clipboard
val PH_868_VALUE: Int = 20

Philippines 868mhz
PH_868 = 20;
Link copied to clipboard
val PH_915_VALUE: Int = 21

Philippines 915mhz
PH_915 = 21;
Link copied to clipboard
val RU_VALUE: Int = 9

Russia
RU = 9;
Link copied to clipboard
val SG_923_VALUE: Int = 18

Singapore 923mhz
SG_923 = 18;
Link copied to clipboard
val TH_VALUE: Int = 12

Thailand
TH = 12;
Link copied to clipboard
val TW_VALUE: Int = 8

Taiwan
TW = 8;
Link copied to clipboard
val UA_433_VALUE: Int = 14

Ukraine 433mhz
UA_433 = 14;
Link copied to clipboard
val UA_868_VALUE: Int = 15

Ukraine 868mhz
UA_868 = 15;
Link copied to clipboard
val UNSET_VALUE: Int = 0

Region is not set
UNSET = 0;
Link copied to clipboard
val US_VALUE: Int = 1

United States
US = 1;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ConfigProtos.Config.LoRaConfig.RegionCode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.